home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / VideoToolbox 96.06.15 / Libs / NameRegistryLib.doc < prev    next >
Text File  |  1995-12-04  |  667b  |  15 lines

  1. NameRegistryLib.doc
  2.  
  3. Adding NameRegistryLib to your PPC project will make the VideoToolbox routine
  4. Identify.c more powerful. NameRegistryLib has the glue to call the NameRegistry
  5. routines documented in Apple's book "Designing PCI Cards and Drivers". Those
  6. routines are only implemented on Macintoshes with a PCI bus. Within the
  7. VideoToolbox the NameRegistery is called solely by Identify.c, and only if
  8. Identify.c is compiled for Power PC and NO_NAME_REGISTRY_LIB is left undefined
  9. (see first line of Identify.c).
  10.  
  11. After adding NameRegistryLib to your Metrowerks project you must set the flag 
  12. next to the file name in the project window to "import weak".
  13.  
  14. dgp 12/95
  15.